projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93b823b
)
* test/lisp/progmodes/flymake-tests.el (ruby-backend): Skip on hydra.
author
Glenn Morris
<rgm@gnu.org>
Tue, 25 Jun 2019 20:23:15 +0000
(13:23 -0700)
committer
Glenn Morris
<rgm@gnu.org>
Tue, 25 Jun 2019 20:23:15 +0000
(13:23 -0700)
Another unstable test.
test/lisp/progmodes/flymake-tests.el
patch
|
blob
|
history
diff --git
a/test/lisp/progmodes/flymake-tests.el
b/test/lisp/progmodes/flymake-tests.el
index 3c25e11624bbd759165bb168ddd6e74bc08369e4..77929d395f551d0659c9d9ff5d8c7b112f7c6616 100644
(file)
--- a/
test/lisp/progmodes/flymake-tests.el
+++ b/
test/lisp/progmodes/flymake-tests.el
@@
-123,6
+123,7
@@
SEVERITY-PREDICATE is used to setup
(ert-deftest ruby-backend ()
"Test the ruby backend"
(skip-unless (executable-find "ruby"))
+ (skip-unless (not (getenv "EMACS_HYDRA_CI")))
;; Some versions of ruby fail if HOME doesn't exist (bug#29187).
(let* ((tempdir (make-temp-file "flymake-tests-ruby" t))
(process-environment (cons (format "HOME=%s" tempdir)